-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: StataWriter uses incorrect string length #8977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jreback I have had to use a workaround since |
should fix this (give it a try and lmk) just wasn't implemented. |
Once #8978 gets in, then I'll rebase and remove the workaround. |
does that fix it for you? it's ready to go |
Yes, all fixed. Once I can rebase on it this should be ready. |
Fixes bug where StataWriter always writes strings with a size of 244. closes pandas-dev#8969
823c238
to
3872a6e
Compare
did you need any addtl tests for this? looks back-compat? |
I adapted an existing test to check for this in addition to a previous bug On Dec 3, 2014 8:32 AM, jreback [email protected] wrote: did you need any addtl tests for this? looks back-compat? — |
BUG: StataWriter uses incorrect string length
thanks! |
Fixes bug where StataWriter always writes strings with
a size of 244.
closes #8969